home *** CD-ROM | disk | FTP | other *** search
/ Day by Day Vision: Paris / Day by Day Vision: Paris.iso / mac / DaY BY DaY VISION PARIS / Slide Show / DATA / MAIN.Dxr / 00061.ls < prev    next >
Encoding:
Text File  |  1997-10-03  |  205 b   |  11 lines

  1. global gtrans, gtranno
  2.  
  3. on exitFrame
  4.   set the castNum of sprite 2 to 2
  5.   if (gtranno = 27) or 28 then
  6.     puppetTransition(gtranno, gtrans, 1)
  7.   else
  8.     puppetTransition(gtranno, gtrans, 5)
  9.   end if
  10. end
  11.